home *** CD-ROM | disk | FTP | other *** search
- 'NW4XMSG.BAS - Novell Netware 4.X Interface for Visual Basic for Windows
- ' Include functions related to Netware messaging
- 'Requirements - NONE
-
- Declare Function NWDisableBroadcasts Lib "NWCALLS.DLL" (ByVal Conn%) as Integer
- Declare Function NWEnableBroadcasts Lib "NWCALLS.DLL" (ByVal Conn%) as Integer
-
- 'resultList needs to be init to String * 1
- Declare Function NWSendBroadcastMessage Lib "NWCALLS.DLL" (ByVal Conn%, ByVAl message$, ByVal connCount%, connList%, ByVal resultList$) as Integer
- Declare Function NWGetBroadcastMessage Lib "NWCALLS.DLL" (ByVal Conn%, ByVAl message$) as Integer
-
- Declare Function NWGetBroadcastMode Lib "NWCALLS.DLL" (ByVal Conn%, mode%) as Integer
- Declare Function NWSetBroadcastMode Lib "NWCALLS.DLL" (ByVal Conn%, ByVAL mode%) as Integer
- Declare Function NWBroadcastToConsole Lib "NWCALLS.DLL" (ByVal Conn%, ByVal message$) as Integer
- Declare Function NWSendConsoleBroadcast Lib "NWCALLS.DLL" (ByVal Conn%, ByVal message$, ByVal connCount%, connList%) as Integer
-
-